home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / eb.cst / 00052_Field_movie.txt < prev    next >
Text File  |  1999-09-22  |  643b  |  33 lines

  1. on invisible last,first
  2.   repeat with i = last to (last+first)-2
  3.     set the visible of sprite i to false
  4.   end repeat
  5. end invisible
  6.  
  7.  
  8.  
  9.  
  10. on hide 
  11.   global lastsprite,totsprite
  12.   repeat with i = lastsprite to (lastsprite+totsprite)-1
  13.     set the visible of sprite i to false
  14.   end repeat
  15. end hide
  16.  
  17.  
  18. on startmovie
  19.   
  20.   global menu1,menu2,menu3,menu4, lastsprite,totsprite
  21.   set lastsprite to 67
  22.   set totsprite to 4
  23.   invisible lastsprite,totsprite 
  24.   set the visible of sprite 70 to true
  25.   set menu1 to 70
  26.   set menu2 to 69
  27.   set menu3 to 68
  28.   set menu4 to 67
  29.   
  30.   global gmenu
  31.   set gmenu to 2
  32.   
  33. end startmovie